home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / esf / supfonts / wordpf.bat < prev    next >
DOS Batch File  |  1993-06-10  |  862b  |  19 lines

  1. echo off
  2. echo ┌───────────────────────────────────────────────────────────────────────┐
  3. echo │ We are now ready to print a copy of the documentation for the Word-   │
  4. echo │ Perfect 5.1 printer driver. Make sure your printer is on and ready to │
  5. echo │ run. Then hit the return key to print instructions on how to install  │
  6. echo │ your printer driver.                                                  │
  7. echo │                                                                       │
  8. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  9. echo │ this batch file and return to INSTALL.                                │
  10. echo └───────────────────────────────────────────────────────────────────────┘
  11. if "%1"=="" goto bad
  12. pause
  13. copy wordpf51.doc %1:
  14. goto good
  15. :bad
  16. echo You must pass a printer port to this batch file
  17. :good
  18.  
  19.